home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / minix / up1510b.tgz / up1510b / src / kernel / staddr.h < prev    next >
Text File  |  1990-07-23  |  610b  |  22 lines

  1. /*
  2.  * Atari ST hardware:
  3.  * Address map
  4.  */
  5.  
  6. #define    AD_RAM        0x00000000L    /* main memory */
  7. #define    AD_CART        0x00FA0000L    /* expansion cartridge */
  8. #define    AD_ROM        0x00FC0000L    /* system ROM */
  9. #define    AD_IO        0x00FF8000L    /* I/O devices */
  10.  
  11. /*
  12.  * I/O address parts of 0x000200 each
  13.  */
  14. #define    AD_RAMCFG    0x00FF8000L    /* ram configuration */
  15. #define    AD_VIDEO    0x00FF8200L    /* video controller */
  16. /*    AD_RESERVED    0x00FF8400L    /* reserved */
  17. #define    AD_DMA        0x00FF8600L    /* DMA device access */
  18. #define    AD_SOUND    0x00FF8800L    /* YM-2149 */
  19.  
  20. #define    AD_MFP        0x00FFFA00L    /* 68901 */
  21. #define    AD_ACIA        0x00FFFC00L    /* 2 * 6850 */
  22.